testpopup: Fix GtkEventControllerMotion::motion callback signature
authorTimm Bäder <mail@baedert.org>
Thu, 8 Nov 2018 04:19:48 +0000 (05:19 +0100)
committerTimm Bäder <mail@baedert.org>
Thu, 8 Nov 2018 04:48:14 +0000 (05:48 +0100)
tests/testpopup.c

index 085d08ca2faa1126ffa3e8b073ecaa35711b736a..b496fe5eae756097759361ccd16fcc787a420e12 100644 (file)
@@ -11,7 +11,7 @@ draw_popup (GtkDrawingArea  *da,
   cairo_paint (cr);
 }
 
-static gboolean
+static void
 place_popup (GtkEventControllerMotion *motion,
              gdouble                   x,
              gdouble                   y,